DataSource for Entity Framework in WPF
DataSource for Entity Framework in WPF
C1.Data Namespace
/
ClientView<T> Class
/ Load() Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Load() Method
In This Topic
Loads the entities of the
client view
.
Syntax
Visual Basic
C#
'Declaration Public Sub Load()
public void Load()
Remarks
If the entities are already in the cache, there will be no roundtrip to the server.
See Also
Reference
ClientView<T> Class
ClientView<T> Members